home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / wildcat / wmail209.zip / FD-CFG.ZIP / EXEBBS.BAT < prev    next >
DOS Batch File  |  1993-03-15  |  772b  |  25 lines

  1. @echo off
  2. cls
  3. set comspec=c:\command.com
  4.  
  5. set connect=
  6. if %4 == /ARQ                   set connect=/MNP
  7. if %4 == /ARQ/HST               set connect=/MNP
  8. if %4 == /ARQ/V32               set connect=/MNP
  9. if %4 == /ARQ/LAPM              set connect=/MNP
  10. if %4 == /ARQ/MNP               set connect=/MNP
  11. if %4 == /ARQ/HST/HST           set connect=/MNP
  12. if %4 == /ARQ/LAPM/V42BIS       set connect=/MNP
  13. if %4 == /ARQ/MNP/MNP5          set connect=/MNP
  14. if %4 == /ARQ/HST/HST/MNP5      set connect=/MNP
  15. if %4 == /ARQ/HST/HST/V42BIS    set connect=/MNP
  16. if %4 == /ARQ/V32/LAPM/V42BIS   set connect=/MNP
  17. if %4 == /ARQ/V32/MNP           set connect=/MNP
  18. if %4 == /ARQ/V32/LAPM/MNP/MNP5 set connect=/MNP
  19.  
  20. :START
  21. c:
  22. cd\wc30
  23. ctty con
  24. wildcat /B %1%connect% %3
  25.